programming4us
           
 
 
Applications Server

Exchange Server 2010 : Manage Web-Based Email Access (part 2) - Configure OWA Features

- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019
6/26/2011 11:23:53 AM

2. Configure OWA Features

OWA comes with many features that allow you to exercise granular control over user accounts. Many of these features enable functionality that resembles the full-featured Outlook desktop client. This section shows you how to configure some of these features in your OWA implementation.

2.1. Modify Basic OWA Features

There are many features in OWA that you can enable or disable for users. In Exchange, these are called segmentation options. All of the segmentation options can be enabled and disabled through the EMC or through the EMS.

2.1.1. Modify Segmentation Options in the Exchange Management Console

To modify segmentation options in the EMC:

  1. Open the EMC and browse to the Server Configuration => Client Access node in the Console tree.

  2. In the Work area, select the Outlook Web App tab to display a listing of available OWA virtual directories.

  3. Select the virtual directory that you are using from the list and click the Properties option in the Actions pane.

    This will bring up the properties dialog box for that virtual directory.

  4. In the properties dialog box, click the Segmentation tab.

    The list of segmentation options are displayed in the dialog box.

  5. Select the option that you want to enable or disable and click the Enable or Disable button above the list, as shown in Figure 8.

  6. After modifying the segmentation options, click OK to make the changes and close the properties dialog box.

Figure 8. Segmentation options in OWA

2.1.2. Modify Segmentation Options in the Exchange Management Shell

To modify the segmentation options in the EMS, you will use the Set-OWAVirtualDirectory command. To enable or disable a particular segmentation option, you will need to supply the correct parameter, displayed in Table 1.

Table 1. EMS Parameters for OWA Segmentation Options
FeatureParameter
All Address ListsAllAddressListsEnabled
CalendarCalendarEnabled
Change PasswordChangePasswordEnabled
ContactsContactsEnabled
Email SignatureSignaturesEnabled
Exchange ActiveSync IntegrationActiveSyncIntegrationEnabled
JournalJournalEnabled
Junk Email FilteringJunkEmailEnabled
NotesNotesEnabled
Premium ClientPremiumClientEnabled
Public FoldersPublicFoldersEnabled
Recover Deleted ItemsRecoverDeletedItemsEnabled
Reminders and NotificationsRemindersAndNotificationsEnabled
RulesRulesEnabled
S/MIMESMimeEnabled
Search FoldersSearchFoldersEnabled
Spell CheckerSpellCheckerEnabled
TasksTasksEnabled
Theme SelectionThemeSelectionEnabled
Unified Messaging IntegrationUMIntegrationEnabled

For example, to disable the ability for users to change their password from OWA, you can use the following command:

Set-OWAVirtualDirectory "CONTOSO-EX01\owa 

(Default Web Site)"-ChangePasswordEnabled $false

2.2. Manage Web-Based Document Viewing

OWA users can view Microsoft Office attachments and PDFs in OWA without having to install the Office or PDF viewer software. This feature is known as web-ready document viewing. Table 2 lists the file types that are supported with web-ready document viewing.

Table 2. File Types Supported in Web-Ready Document Viewing
File TypeExtension
Microsoft Word 2003 and earlier.doc
Microsoft Word 2007 and later.docx
Microsoft Word Template.dot
PowerPoint SlideShow.pps
Microsoft PowerPoint 2003 and earlier.ppt
Microsoft PowerPoint 2007 and later.pptx
Microsoft Excel 2003 and earlier.xls
Microsoft Excel 2007 and later.xlsx
Rich Text Format.rtf
PDF Documents.pdf

2.2.1. Use the Exchange Management Console to Enable Web-Ready Document Viewing

You can enable web-ready document viewing in the EMC using the following steps:

  1. Open the EMC and browse to the Server Configuration => Client Access node.

  2. In the Work area, click the Outlook Web App tab to show the list of OWA virtual directories.

  3. Select the OWA virtual directory and click the Properties option in the Actions pane.

  4. In the properties dialog box, select the Private Computer File Access tab. Check the Enable WebReady Document Viewing option.

    If you want users to be able to use web-ready document viewing when accessing OWA on public computers, use the Public Computer File Access tab.

  5. Click OK to close the dialog box and make the changes.

2.2.2. Use the Exchange Management Shell to Enable Web-Ready Document Viewing

You can also enable WebReady Document Viewing with the EMS using the Set-OWAVirtualDirectory command. To enable WebReady Document Viewing for private computers using OWA, use the WebReadyDocumentViewingOnPrivateComputersEnabled parameter. For public computers, use the WebReadyDocumentViewingOnPublicComputersEnabled parameter. The following example enables both on the default OWA site:

Set-OWAVirtualDirectory -Identity "OWA (Default Web Site)"

-WebReadyDocumentOnViewingPrivateComputersEnabled $true

-WebReadyDocumentOnViewingPublicComputersEnabled $true
Other -----------------
- Exchange Server 2003 : Configuring Interoperability with Other SMTP Messaging Systems
- Exchange Server 2003 : Configuring SMTP Security and Advanced Options
- BizTalk Server 2006 Operations : Maintaining the BizTalk Group (part 3) - Restore Procedures
- BizTalk Server 2006 Operations : Maintaining the BizTalk Group (part 2) - Backup Procedures
- BizTalk Server 2006 Operations : Maintaining the BizTalk Group (part 1) - SQL Agent Job Configuration
- BizTalk Server 2006 Operations : Configuration and Management
- Exchange Server 2003 : SMTP Protocol Configuration and Management - Managing SMTP Message Transfer Support
- Exchange Server 2003 : Virtual Servers - Configuring Authentication
- Exchange Server 2003 : Configuring Virtual Server Settings
- Overview of Exchange Server 2003 Virtual Servers
- Microsoft Exchange Server 2003 : Public Folder Security
- Microsoft Exchange Server 2003 : Administering Public Folders
- BizTalk 2010 Recipes : Business Rules Framework - Deploying and Undeploying Policies
- BizTalk 2010 Recipes : Business Rules Framework - Calling the Business Rules Engine from an Orchestration
- BizTalk 2010 Recipes : Business Rules Framework - Calling the Business Rules Engine from dot NET
- BizTalk 2010 Recipes : Business Rules Framework - Creating Custom Fact Retrievers
- BizTalk 2010 Recipes : Business Rules Framework - Setting Rule Priorities
- BizTalk 2010 Recipes: Business Rules Framework - Creating Facts
- BizTalk 2010 Recipes: Business Rules Framework - Creating and Testing Rules
- BizTalk 2010 Recipes: Business Rules Framework - Creating a Business Policy
 
 
 
Top 10
 
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 2) - Wireframes,Legends
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 1) - Swimlanes
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Formatting and sizing lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Adding shapes to lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Sizing containers
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 3) - The Other Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 2) - The Data Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 1) - The Format Properties of a Control
- Microsoft Access 2010 : Form Properties and Why Should You Use Them - Working with the Properties Window
- Microsoft Visio 2013 : Using the Organization Chart Wizard with new data
- First look: Apple Watch

- 3 Tips for Maintaining Your Cell Phone Battery (part 1)

- 3 Tips for Maintaining Your Cell Phone Battery (part 2)
programming4us programming4us